home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
gmplaygui
/
gui
/
options.sel
< prev
next >
Wrap
Text File
|
1997-06-16
|
2KB
|
74 lines
onexit 'setenv gmc " "' 'setenv gmm `eval $gmm+1`'
title "Global Options"
onchange infoon to *none* exit
background [bpbackground]
font [bpfont]
gap 4
rows 11
text "GMPlay GUI 1.5"
color light
startbox
text "Frequence:"
color dark [bpbuttons]
button "[freq]" 'execute getfreq' update
endbox
color light
startbox
text "Process Priority:"
color dark [bpbuttons]
button "[gmpri]" 'execute getpri' update
endbox
color light
startbox
text "Switches:"
color dark [bpbuttons]
button '[gmst]' 'execute switch gmst Stereo Mono' 'setenv fb "N"' 'setenv gmch $gmpl' 'break $gmpid' update
button '[gmdf]' 'execute switch gmdf Drumfilter NoDrumfilter' 'setenv fb "N"' 'setenv gmch $gmpl' 'break $gmpid' update
button '[gmtf]' 'execute switch gmtf Tonefilter NoTonefilter' 'setenv fb "N"' 'setenv gmch $gmpl' 'break $gmpid' update
endbox
color light
startbox
text "Optional line:"
color dark [bpbuttons]
button '[gmopt]' 'execute getopt' update
endbox
color light [bpbuttons]
button Help 'run >nil: selector help.sel'
color light
startbox
text "Change colors:"
color dark [bpbuttons]
button "Background" 'setenv bpbackground `selector colors.sel`' 'setenv gmm `eval $gmm+1`' update
button "Buttons" 'setenv bpbuttons `selector colors.sel`' 'setenv gmm `eval $gmm+1`' update
endbox
color light
startbox
text "Font:"
color dark [bpbuttons]
button "[bpfont]" 'setenv bpfont `/selectorfont [bpfont]`' 'setenv gmm `eval $gmm+1`' update
endbox
color light
startbox
text "Midi-Info Unpacker:"
color dark [bpbuttons]
button '[gmunp]' 'execute getunp' update
endbox
space
color dark
color light [bpbuttons]
button "Save Local Options" 'run >nil: execute local'
button "Remove Local opts." 'run >nil: execute remlocal'